home *** CD-ROM | disk | FTP | other *** search
- //begin_lib <!-- Begin External JavaScript -- DO NOT REMOVE THIS LINE -->
-
- function jsBrowser(){
- this.Name = navigator.appName;
- this.Version = navigator.appVersion;
- this.MinVersion = navigator.appMinorVersion;
- this.Agent = navigator.userAgent;
- this.Code = navigator.appCodeName;
- this.Cookies = navigator.cookieEnabled;
- this.CPU = navigator.cpuClass;
- this.Language = navigator.language;
- this.BrowserLang = navigator.browserLanguage;
- this.UserLang = navigator.userLanguage;
- this.SystemLang = navigator.systemLanguage;
- this.System = navigator.platform;
- this.Online = navigator.onLine;
- this.Java = navigator.javaEnabled();
- this.Taint = navigator.taintEnabled();
- this.SupportsAll = document.all ? true : false;
- this.SupportsLayers = document.layers ? true : false;
- this.AtLeast = br_AtLeast;
- }
-
- function br_AtLeast(version){
- return (parseInt(navigator.appVersion) >= version);
- }
-
- //end_lib <!-- End External JavaScript -- DO NOT REMOVE THIS LINE -->
-